projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784f6a0
)
(browse-url-temp-dir): Use system-tmp-directory.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 03:40:39 +0000
(
03:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 03:40:39 +0000
(
03:40
+0000)
lisp/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/browse-url.el
b/lisp/browse-url.el
index e719ecab3d2a5ebd1c96f01b467980c354207547..a5c09d58fcf1041413e1654f93ba217c120f55e8 100644
(file)
--- a/
lisp/browse-url.el
+++ b/
lisp/browse-url.el
@@
-426,8
+426,7
@@
These might set the port, for instance."
:type '(repeat (string :tag "Argument"))
:group 'browse-url)
-(defcustom browse-url-temp-dir
- (or (getenv "TMPDIR") "/tmp")
+(defcustom browse-url-temp-dir system-tmp-directory
"The name of a directory for browse-url's temporary files.
Such files are generated by functions like `browse-url-of-region'.
You might want to set this to somewhere with restricted read permissions